summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-10iucv: Convert pr_warning to pr_warnJoe Perches1-5/+4
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-09sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-09ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal2-10/+2
2014-09-09ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-09ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-09ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-5/+2
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2-10/+25
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing2-23/+12
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen1-3/+0
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko1-0/+39
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko1-0/+25
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko1-2/+16
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko1-6/+21
2014-09-09bridge: switch order of rx_handler reg and upper dev linkJiri Pirko1-7/+8
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat5-15/+11
2014-09-08Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller32-722/+947
2014-09-08inet: remove dead inetpeer sequence codeWillem de Bruijn1-21/+0
2014-09-08net: Fix GRE RX to use skb_transport_header for GRE header offsetTom Herbert1-3/+2
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-27/+62
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-150/+315
2014-09-07Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-8/+17
2014-09-07ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-07rose: use %*ph specifierAndy Shevchenko1-1/+2
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell1-3/+0
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet4-30/+24
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet4-5/+5
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck3-15/+60
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2-3/+3
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck3-18/+34
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2-52/+42
2014-09-05ipv4: harden fnhe_hashfun()Eric Dumazet1-4/+4
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida6-8/+8
2014-09-05netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso1-0/+8
2014-09-05ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2-6/+8
2014-09-05ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel1-3/+2
2014-09-05ipv6: fix a refcnt leak with peer addrNicolas Dichtel1-5/+2
2014-09-05l2tp: fix missing line continuationAndy Zhou1-1/+1
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-2/+1
2014-09-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan1-0/+81
2014-09-05dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann1-5/+2