summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-04-08netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal2-1/+1
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal2-3/+6
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-1/+22
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal1-1/+1
2015-03-31net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak1-1/+2
2015-03-31net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha1-1/+0
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-3/+2
2015-03-31ptp: remove 32 bit get/set methods.Richard Cochran1-8/+0
2015-03-31ptp: introduce get/set time methods with explicit 64 bit seconds.Richard Cochran1-2/+10
2015-03-29net: Introduce passthru_features_checkToshiaki Makita1-0/+3
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+22
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-0/+45
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-0/+1
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-2/+4
2015-03-25rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-2/+3
2015-03-25rhashtable: Disable automatic shrinking by defaultThomas Graf1-2/+5
2015-03-25rhashtable: Mark internal/private inline functions as suchThomas Graf1-0/+2
2015-03-25rhashtable: Use 'unsigned int' consistentlyThomas Graf1-7/+7
2015-03-25rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf1-1/+1
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+1
2015-03-24net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa1-2/+0
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-03-24rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu1-0/+2
2015-03-24ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa1-0/+4
2015-03-24rhashtable: Add immediate rehash during insertionHerbert Xu1-5/+37
2015-03-24rhashtable: Add multiple rehash supportHerbert Xu1-12/+14
2015-03-24rhashtable: Allow hashfn to be unsetHerbert Xu1-6/+27
2015-03-24rhashtable: Eliminate unnecessary branch in rht_key_hashfnHerbert Xu1-2/+6
2015-03-24Merge tag 'linux-can-next-for-4.1-20150323' of git://git.kernel.org/pub/scm/l...David S. Miller3-8/+7
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-29/+0
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+2
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-0/+1
2015-03-23can: add combined rx/tx LED trigger supportYegor Yefremov2-2/+6
2015-03-23can: use sock_efree instead of own destructorFlorian Westphal1-6/+1
2015-03-22netfilter: bridge: kill nf_bridge_padFlorian Westphal1-22/+0
2015-03-21Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+1
2015-03-21Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-8/+0
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-11/+56
2015-03-21rhashtable: Fix undeclared EEXIST build error on ia64Herbert Xu1-0/+1
2015-03-20rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu1-16/+3
2015-03-20rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu1-0/+386
2015-03-20rhashtable: Make rhashtable_init params argument constHerbert Xu1-1/+2
2015-03-20Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-3/+3
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+1
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+11
2015-03-19net: Fix high overhead of vlan sub-device teardown.David S. Miller1-0/+1
2015-03-19net: add support for phys_port_nameDavid Ahern1-0/+4
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-2/+0
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet1-1/+1