aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-21net: use kfree_skb_list() helperEric Dumazet2-19/+4
2013-12-19rps: NUMA flow limit allocationsEric Dumazet1-1/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+2
2013-12-17net: Add utility function to copy skb hashTom Herbert1-2/+1
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert2-5/+5
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-96/+1
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+21
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-51/+25
2013-12-11ipv6: router reachability probingJiri Benc1-0/+15
2013-12-10net: more spelling fixesstephen hemminger2-3/+3
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-1/+1
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko1-1/+6
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-6/+68
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+13
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-10/+45
2013-12-09neigh: convert parms to an arrayJiri Pirko1-190/+137
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-15/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet1-15/+30
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-0/+2
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+2
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-12/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg1-1/+12
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-19net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings1-0/+2
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-5/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-291/+632
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+0
2013-11-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet1-3/+3
2013-11-07net: skbuff - kernel-doc fixesMathias Krause1-5/+5
2013-11-07net: move pskb_put() to core codeMathias Krause1-0/+23
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2-5/+14
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+8
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+12
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+19
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet2-6/+18
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21