summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: add socket option for low latency pollingEliezer Tamir2013-06-172-6/+8
* net: convert low latency sockets to sched_clock()Eliezer Tamir2013-06-171-16/+17
* net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-171-2/+3
* tcp: properly send new data in fast recovery in first RTTYuchung Cheng2013-06-131-3/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-123-34/+76
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-113-34/+76
| |\
| | * cfg80211: remove cleanup_work kernel-docJohannes Berg2013-05-291-1/+0
| | * cfg80211: support an active monitor interface flagFelix Fietkau2013-05-291-0/+2
| | * cfg80211: make WoWLAN configuration available to driversJohannes Berg2013-05-271-0/+4
| | * cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-251-28/+23
| | * cfg80211: vastly simplify lockingJohannes Berg2013-05-251-3/+2
| | * Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2013-05-251-4/+8
| | |\
| | * | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-0/+9
| | * | mac80211: add STBC flag for radiotapOleksij Rempel2013-05-242-0/+11
| | * | cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2013-05-161-0/+2
| | * | wireless: fix kerneldoc content in *80211.h files.Robert P. J. Day2013-05-162-2/+3
| | * | mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+6
| | * | cfg80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+14
* | | | ipv4: remove is_data also from ip_options documentation.Rami Rosen2013-06-121-1/+0
* | | | net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-121-3/+4
* | | | net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-111-2/+2
|/ / /
* | | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-114-13/+14
* | | net: add low latency socket pollEliezer Tamir2013-06-102-0/+152
* | | net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-071-4/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-062-4/+10
|\ \ \
| * | | ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei2013-05-261-4/+4
| * | | netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-231-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-054-9/+18
|\ \ \ \
| * | | | net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-7/+11
| * | | | xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-311-0/+5
| * | | | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-1/+1
* | | | | transp_v6.h: style neateningJoe Perches2013-06-041-52/+37
* | | | | net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2013-06-041-0/+8
* | | | | net: ipv4: make the ping /proc code AF-independentLorenzo Colitti2013-06-041-0/+8
* | | | | net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-041-0/+13
* | | | | Clean up indentation in net/ipv6/transp_v6.hLorenzo Colitti2013-06-041-35/+35
* | | | | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-032-0/+12
* | | | | iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-311-1/+1
* | | | | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-281-2/+4
* | | | | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-253-3/+55
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-243-6/+12
|\| | | | | |/ / / |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-201-4/+8
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: fix spurious RCU warning and update documentationFelix Fietkau2013-05-161-4/+8
| | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-05-162-2/+4
| |\ \
| | * | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-2/+4
* | | | tcp: md5: remove spinlock usage in fast pathEric Dumazet2013-05-201-3/+5
* | | | net: ipv6: remove 'next' member from inet6_devDaniel Borkmann2013-05-201-1/+0
* | | | tcp: remove bad timeout logic in fast recoveryYuchung Cheng2013-05-191-1/+0
* | | | ipv6: add support of peer addressNicolas Dichtel2013-05-191-0/+1
|/ / /
* | / ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-0/+12
| |/ |/|