summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+25
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller1-2/+2
2012-02-15decnet: net/dn.h needs net/flow.hDavid S. Miller1-0/+1
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc1-0/+1
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+54
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-8/+40
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-08af_iucv: allow retrieval of maximum message sizeUrsula Braun1-0/+1
2012-02-08af_iucv: change net_device handling for HS transportUrsula Braun1-0/+1
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-0/+2
2012-02-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-27/+111
2012-02-06net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-27/+111
2012-02-04ipv4: reset flowi parameters on route connectJulian Anastasov2-0/+14
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+14
2012-02-04caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com1-0/+1
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller1-1/+0
2012-02-01net: Disambiguate kernel messageArun Sharma1-4/+10
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-0/+1
2012-01-31tcp: md5: rcu conversionEric Dumazet1-32/+29
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet1-4/+0
2012-01-30mac80211: add support for mcs masksSimon Wunderlich1-0/+1
2012-01-30nl80211: add support for mcs masksSimon Wunderlich1-2/+1
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2-64/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa1-0/+2
2012-01-27netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman1-0/+1
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller1-1/+0
2012-01-27kernel-doc: fix new warnings in cfg80211.hRandy Dunlap1-0/+6
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh1-0/+1
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg1-7/+7
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-9/+20
2012-01-26net: explicitly add jump_label.h header to sock.hGlauber Costa1-0/+1
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+7
2012-01-24netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker1-1/+0
2012-01-24NFC: Add NCI multiple targets supportIlan Elias2-2/+41
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias1-1/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-4/+10
2012-01-24NFC: Add NCI data exchange timerIlan Elias1-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias2-2/+25
2012-01-24wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu1-0/+2
2012-01-24NFC: Increase NCI deactivate timeoutIlan Elias1-1/+1
2012-01-23kernel-doc: fix new warnings in cfg80211.hRandy Dunlap1-0/+6
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-6/+4
2012-01-22net: fix socket memcg build with !CONFIG_NETGlauber Costa1-1/+1
2012-01-22kernel-doc: fix new warning in net/sock.hRandy Dunlap1-0/+1
2012-01-17net: fix some sparse errorsEric Dumazet1-1/+1
2012-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+4
2012-01-12net_sched: sfq: add optional RED on top of SFQEric Dumazet1-1/+2
2012-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+2