summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing
2014-07-24net: do not name the pointer to struct net_device netWANG Cong
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou
2014-07-24openvswitch: Sample action without side effectsSimon Horman
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight
2014-07-22net: sctp: Open out the check for NagleDavid Laight
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-21af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun
2014-07-21Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich
2014-07-20dns_resolver: Null-terminate the right stringBen Hutchings
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang
2014-07-20net: print a notification on device renameVeaceslav Falico
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang
2014-07-16openvswitch: make generic netlink group conststephen hemminger
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held
2014-07-16netlink: remove bool varibleVarka Bhadram
2014-07-16rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck
2014-07-16net: remove open-coded skb_cow_head.françois romieu
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-07-16tipc: let internal link users call the new link send functionJon Paul Maloy
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu