summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-01-07net: splice: avoid high order page splittingEric Dumazet
2013-01-07ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko
2013-01-04netpoll: remove usage of dev->masterJiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-04net: add address assign type "SET"Jiri Pirko
2013-01-04net: call add_device_randomness() only after successful mac changeJiri Pirko
2013-01-04rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann
2012-12-29skbuff: make __kmalloc_reserve staticstephen hemminger
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-12-28net: allow to change carrier via sysfsJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-15userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-06net: fix some compiler warning in net/core/neighbour.cCong Wang
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-22netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo
2012-11-22netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo
2012-11-22netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo
2012-11-22netprio_cgroup: reimplement priomap expansionTejun Heo
2012-11-22netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo
2012-11-22netprio_cgroup: simplify write_priomap()Tejun Heo
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-11-20net: remove unnecessary wireless includesJohannes Berg
2012-11-19net: core: use this_cpu_ptr per-cpu helperShan Wei