| Commit message (Expand) | Author | Age | Files | Lines |
* | ipvs: try also real server with port 0 in backup server | Julian Anastasov | 2011-12-31 | 1 | -1/+1 |
* | net: relax rcvbuf limits | Eric Dumazet | 2011-12-23 | 1 | -1/+3 |
* | net: introduce DST_NOPEER dst flag | Eric Dumazet | 2011-12-22 | 1 | -0/+1 |
* | net: Add a flow_cache_flush_deferred function | Steffen Klassert | 2011-12-21 | 1 | -0/+1 |
* | sctp: fix incorrect overflow check on autoclose | Xi Wang | 2011-12-19 | 1 | -0/+4 |
* | sch_red: fix red_calc_qavg_from_idle_time | Eric Dumazet | 2011-11-30 | 1 | -9/+6 |
* | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2011-11-29 | 2 | -9/+12 |
|\ |
|
| * | netfilter: nf_conntrack: make event callback registration per-netns | Pablo Neira Ayuso | 2011-11-22 | 2 | -9/+12 |
* | | inet: add a redirect generation id in inetpeer | Eric Dumazet | 2011-11-26 | 1 | -0/+1 |
* | | route: struct rtable can be const in rt_is_input_route and rt_is_output_route | Steffen Klassert | 2011-11-26 | 1 | -2/+2 |
* | | net: Move mtu handling down to the protocol depended handlers | Steffen Klassert | 2011-11-26 | 1 | -6/+1 |
* | | net: Rename the dst_opt default_mtu method to mtu | Steffen Klassert | 2011-11-26 | 2 | -2/+2 |
* | | ipv4: Save nexthop address of LSRR/SSRR option to IPCB. | Li Wei | 2011-11-23 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-11-09 | 2 | -2/+9 |
|\ |
|
| * | Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill... | John W. Linville | 2011-11-09 | 2 | -2/+9 |
| |\ |
|
| | * | cfg80211: fix missing kernel-doc | Johannes Berg | 2011-11-08 | 1 | -0/+4 |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-11-08 | 1 | -2/+5 |
| | |\ |
|
| | | * | Bluetooth: Use miliseconds for L2CAP channel timeouts | Andrzej Kaczmarek | 2011-11-07 | 1 | -2/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-11-07 | 3 | -3/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | netlink: clarify attribute length check documentation | Johannes Berg | 2011-11-04 | 1 | -2/+9 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-11-04 | 2 | -1/+3 |
| |\ \ \
| | |/ / |
|
| | * | | mac80211: warn only once about not finding a rate | Johannes Berg | 2011-11-04 | 1 | -1/+2 |
| | |/ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-11-02 | 1 | -0/+1 |
| | |\ |
|
| | | * | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm | Szymon Janc | 2011-10-14 | 1 | -0/+1 |
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 7 | -23/+25 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | bluetooth: macroize two small inlines to avoid module.h | Paul Gortmaker | 2011-10-31 | 1 | -11/+13 |
| * | | | ip_vs.h: fix implicit use of module_get/module_put from module.h | Paul Gortmaker | 2011-10-31 | 1 | -8/+7 |
| * | | | nf_conntrack.h: fix up fallout from implicit moduleparam.h presence | Paul Gortmaker | 2011-10-31 | 1 | -0/+2 |
| * | | | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 2011-10-31 | 2 | -2/+3 |
| * | | | net: sch_generic remove redundant use of <linux/module.h> | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 |
| * | | | net: inet_timewait_sock doesnt need <linux/module.h> | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 |
* | | | | net: make the tcp and udp file_operations for the /proc stuff const | Arjan van de Ven | 2011-11-01 | 2 | -9/+13 |
* | | | | ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function. | Krzysztof Wilczynski | 2011-11-01 | 1 | -1/+1 |
* | | | | netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.h | Pablo Neira Ayuso | 2011-11-01 | 2 | -51/+2 |
* | | | | ipvs: Remove unused return value of protocol state transitions | Simon Horman | 2011-11-01 | 1 | -3/+3 |
* | | | | ipvs: Remove unused parameter from ip_vs_confirm_conntrack() | Simon Horman | 2011-11-01 | 1 | -3/+2 |
* | | | | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 3 | -4/+5 |
| |/ /
|/| | |
|
* | | | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 2011-10-27 | 2 | -1/+3 |
|/ / |
|
* | | Merge branch 'for-linus' of git://github.com/ericvh/linux | Linus Torvalds | 2011-10-26 | 3 | -23/+9 |
|\ \ |
|
| * | | net/9p: Convert net/9p protocol dumps to tracepoints | Aneesh Kumar K.V | 2011-10-24 | 2 | -6/+3 |
| * | | fs/9p: change an int to unsigned int | Dan Carpenter | 2011-10-24 | 1 | -1/+1 |
| * | | fs/9p: Update zero-copy implementation in 9p | Aneesh Kumar K.V | 2011-10-24 | 2 | -16/+5 |
* | | | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-10-24 | 2 | -32/+32 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2011-10-17 | 1 | -0/+1 |
| |\ \ |
|
| | * | | IPVS netns shutdown/startup dead-lock | Hans Schillstrom | 2011-10-12 | 1 | -0/+1 |
| * | | | udplite: fast-path computation of checksum coverage | Gerrit Renker | 2011-10-17 | 1 | -32/+31 |
| |/ / |
|
* | | | TCP: remove TCP_DEBUG | Flavio Leitner | 2011-10-24 | 1 | -1/+0 |
* | | | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 2011-10-24 | 2 | -2/+4 |
* | | | tcp: md5: add more const attributes | Eric Dumazet | 2011-10-24 | 1 | -8/+9 |
* | | | tcp: md5: dont write skb head in tcp_md5_hash_header() | Eric Dumazet | 2011-10-24 | 1 | -1/+1 |