aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds91-493/+1429
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-11/+11
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-0/+14
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail1-2/+3
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-1/+2
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-3/+1
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-4/+0
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-2/+0
2014-01-21sctp: remove macros sctp_read_[un]lockwangweidong1-4/+0
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong1-2/+0
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong1-4/+2
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-2/+0
2014-01-21sctp: remove macros sctp_spin_[un]lock_irqrestorewangweidong1-5/+2
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz1-0/+1
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+3
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+2
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong1-1/+1
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong1-2/+2
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+1
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong1-2/+0
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa3-4/+14
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+1
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot1-1/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet1-1/+0
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa1-1/+0
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-3/+3
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville5-3/+29
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko1-0/+5
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-0/+5
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail1-1/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong1-1/+1
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris2-11/+11
2014-01-13sctp: make sctp_addto_chunk_fixed localstephen hemminger1-1/+0
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong1-4/+0
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong1-15/+15
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong1-1/+1
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong1-3/+4
2014-01-13cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez1-0/+4
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-3/+13
2014-01-13Merge tag 'nfc-next-3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville2-0/+12
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-1/+6
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa3-16/+37
2014-01-13sched, net: Fixup busy_loop_us_clock()Peter Zijlstra1-18/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville5-6/+165
2014-01-10mac80211: handle MMPDUs at EOSP correctlyJohannes Berg1-0/+5
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-2/+2
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-6/+16