aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei
2013-02-23sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause
2013-02-23sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22sock: only define socket limit if mem cgroup configuredstephen hemminger
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-18net: move ioctl functions into a separated fileCong Wang
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-11netpoll: cleanup sparse warningsNeil Horman
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29pktgen: support net namespaceCong Wang
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-23soreuseport: infrastructureTom Herbert