aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal3-45/+104
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal5-34/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal5-23/+19
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal4-22/+22
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-24net: do not name the pointer to struct net_device netWANG Cong1-71/+71
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-9/+9
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman1-11/+37
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou1-1/+2
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar1-1/+4
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang3-12/+139
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov1-511/+0
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru3-3/+3
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2-4/+4
2014-07-22net: sctp: Open out the check for NagleDavid Laight1-33/+36
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-87/+232
2014-07-21af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun1-1/+2
2014-07-21Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-24/+108
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli3-14/+74
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich1-10/+34
2014-07-20dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun1-2/+3
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin1-1/+1
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller40-2079/+1625
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang1-5/+14
2014-07-20net: print a notification on device renameVeaceslav Falico1-0/+3
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-3/+5
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang1-0/+2
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-1/+7
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang1-3/+8
2014-07-16openvswitch: make generic netlink group conststephen hemminger1-9/+9
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2-20/+41
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held2-87/+49
2014-07-16netlink: remove bool varibleVarka Bhadram1-4/+2
2014-07-16rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck1-4/+2
2014-07-16net: remove open-coded skb_cow_head.françois romieu1-2/+2
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy9-37/+37
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy8-440/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy2-41/+56
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy6-2/+136
2014-07-16tipc: let internal link users call the new link send functionJon Paul Maloy1-8/+7
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy5-85/+48
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-55/+95