aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng3-5/+6
2013-02-18net: move ioctl functions into a separated fileCong Wang3-574/+577
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar3-1/+7
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-9/+17
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-4/+12
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-0/+72
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+2
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2013-02-11netpoll: cleanup sparse warningsNeil Horman1-4/+8
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman1-6/+10
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren1-29/+19
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang1-5/+16
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2-1/+66
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches2-12/+6
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+7
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-1/+1
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng1-6/+0
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-0/+8
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-01-29pktgen: support net namespaceCong Wang1-79/+117
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-9/+7
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-4/+10
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang1-2/+4
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang1-3/+3
2013-01-28net: fix possible wrong checksum generationEric Dumazet2-0/+13
2013-01-23soreuseport: infrastructureTom Herbert1-0/+7
2013-01-22netpoll: fix an uninitialized variableCong Wang1-0/+1
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明1-0/+4
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner1-1/+4
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2-175/+173
2013-01-20net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-20net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat2-0/+17
2013-01-16netpoll: fix a missing dev refcountingCong Wang1-0/+1
2013-01-16netpoll: fix a rtnl lock assertion failureCong Wang1-14/+10
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet1-1/+5
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+8
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-01-11net: splice: fix __splice_segment()Eric Dumazet1-13/+15