summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-02net: avoid calling sched_clock when LLS is offEliezer Tamir1-2/+15
2013-07-02net: fix LLS debug_smp_processor_id() warningEliezer Tamir1-5/+25
2013-07-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-28/+52
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2-36/+50
2013-06-29ipv4: use next hop exceptions also for input routesTimo Teräs1-1/+2
2013-06-29ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2-0/+3
2013-06-29ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa1-0/+1
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-28/+52
2013-06-28sit: add support of x-netnsNicolas Dichtel1-0/+1
2013-06-26netns: exclude ipvs from struct net when IPVS disabledJunweiZhang1-0/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+11
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-10/+11
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-0/+24
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-26/+2
2013-06-26net: poll/select low latency socket supportEliezer Tamir1-13/+22
2013-06-26net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2-21/+3
2013-06-26net: sctp: remove TEST_FRAME ifdefDaniel Borkmann1-7/+0
2013-06-26ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-2/+6
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet1-3/+3
2013-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-20/+12
2013-06-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-8/+40
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-77/+149
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross1-0/+5
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-1/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-2/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-13/+0
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-1/+0
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-0/+10
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-0/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg1-1/+1
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-77/+149
2013-06-20ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-06-20ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-20net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-20ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+1
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-11/+15
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar1-0/+1
2013-06-20gre: export gre_build_header() function.Pravin B Shelar1-0/+2
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-0/+24
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg1-8/+8
2013-06-18nl80211: add rate flags for 5/10 Mhz channelsSimon Wunderlich1-0/+28
2013-06-18nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich1-0/+2
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-8/+0
2013-06-18net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-3/+0
2013-06-18net: add socket option for low latency pollingEliezer Tamir2-6/+8
2013-06-18net: convert low latency sockets to sched_clock()Eliezer Tamir1-16/+17