aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-22rtnetlink: remove ndo_get_slaveJiri Pirko1-5/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko2-0/+16
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-9/+10
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail1-2/+3
2014-01-22net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail1-7/+7
2014-01-22af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman1-0/+1
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa4-21/+28
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2-3/+20
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-1/+17
2014-01-21net: filter: let bpf_tell_extensions return SKF_AD_MAXDaniel Borkmann1-7/+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 Gerlitz2-1/+12
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers1-0/+1
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-19net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai1-0/+18
2014-01-19net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai1-2/+4
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong1-2/+0
2014-01-19sctp: fix missing SCTP mailing list address updateJean Sacren1-1/+1
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa4-4/+17
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+1
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2-1/+3
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2-0/+2
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar2-0/+13
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+22
2014-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2-0/+18
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. Linville6-3/+31
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton1-4/+31
2014-01-16net_sched: act: pick a different type for act_xtWANG Cong1-0/+1
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-1/+2
2014-01-16net: Add skb_get_hash_rawTom Herbert1-0/+5
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla1-0/+1
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko1-0/+5
2014-01-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+19
2014-01-16Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2014-01-15ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller1-0/+1
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-0/+5
2014-01-15etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches1-1/+23