| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2013-08-20 | 6 | -225/+17 |
|\ |
|
| * | netfilter: nfnetlink_queue: allow to attach expectations to conntracks | Pablo Neira Ayuso | 2013-08-13 | 1 | -0/+8 |
| * | netfilter: nf_conntrack: don't send destroy events from iterator | Florian Westphal | 2013-08-09 | 1 | -1/+3 |
| * | netfilter: nf_nat: change sequence number adjustments to 32 bits | Patrick McHardy | 2013-07-31 | 3 | -5/+5 |
| * | netfilter: nf_conntrack: remove duplicate code in ctnetlink | Florian Westphal | 2013-07-31 | 1 | -2/+1 |
| * | netfilter: tproxy: remove nf_tproxy_core.h | Florian Westphal | 2013-07-31 | 1 | -206/+0 |
| * | netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb | Florian Westphal | 2013-07-31 | 1 | -4/+0 |
| * | netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID() | Patrick McHardy | 2013-07-31 | 1 | -7/+0 |
* | | vxlan: Factor out vxlan send api. | Pravin B Shelar | 2013-08-20 | 1 | -0/+8 |
* | | vxlan: Extend vxlan handlers for openvswitch. | Pravin B Shelar | 2013-08-20 | 1 | -0/+31 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-16 | 3 | -21/+9 |
|\ \ |
|
| * | | net_sched: restore "linklayer atm" handling | Jesper Dangaard Brouer | 2013-08-15 | 1 | -1/+8 |
| * | | ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id. | Pravin B Shelar | 2013-08-13 | 1 | -14/+0 |
| * | | net: rename busy poll MIB counter | Eliezer Tamir | 2013-08-09 | 1 | -1/+1 |
| * | | busy_poll: cleanup do-nothing placeholders | Eliezer Tamir | 2013-08-04 | 1 | -5/+0 |
* | | | ip6tnl: add x-netns support | Nicolas Dichtel | 2013-08-15 | 1 | -0/+1 |
* | | | ipip: add x-netns support | Nicolas Dichtel | 2013-08-15 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-08-12 | 3 | -26/+242 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-08-09 | 2 | -0/+70 |
| |\ \ \ |
|
| | * | | | mac80211: add channel switch command and beacon callbacks | Simon Wunderlich | 2013-08-01 | 1 | -0/+37 |
| | * | | | nl80211/cfg80211: add channel switch command | Simon Wunderlich | 2013-08-01 | 1 | -0/+33 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-08-09 | 2 | -3/+3 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | cfg80211/mac80211: use reduced txpower for 5 and 10 MHz | Simon Wunderlich | 2013-07-16 | 1 | -0/+27 |
| * | | | | cfg80211/mac80211: get mandatory rates based on scan width | Simon Wunderlich | 2013-07-16 | 1 | -1/+3 |
| * | | | | mac80211: add radiotap flag and handling for 5/10 MHz | Simon Wunderlich | 2013-07-16 | 2 | -0/+8 |
| * | | | | mac80211/rc80211: add chandef to rate initialization | Simon Wunderlich | 2013-07-16 | 1 | -0/+2 |
| * | | | | nl80211: add scan width to bss and scan request structs | Simon Wunderlich | 2013-07-16 | 1 | -3/+51 |
| * | | | | cfg80211/nl80211: Add packet coalesce support | Amitkumar Karwar | 2013-07-16 | 1 | -0/+54 |
| * | | | | wireless: indent kernel-doc with tabs | Johannes Berg | 2013-07-16 | 2 | -20/+20 |
| * | | | | nl80211: enable HT overrides for ibss | Simon Wunderlich | 2013-07-16 | 1 | -0/+5 |
| * | | | | cfg80211/nl80211: rename packet pattern related structures and enums | Amitkumar Karwar | 2013-07-16 | 1 | -3/+3 |
* | | | | | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet | 2013-08-10 | 1 | -1/+2 |
* | | | | | af_unix: improve STREAM behavior with fragmented memory | Eric Dumazet | 2013-08-10 | 1 | -0/+1 |
* | | | | | tcp: add server ip to encrypt cookie in fast open | Yuchung Cheng | 2013-08-10 | 1 | -1/+2 |
* | | | | | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 2013-08-09 | 2 | -3/+5 |
* | | | | | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 2013-08-09 | 10 | -64/+8 |
* | | | | | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 2013-08-09 | 2 | -5/+3 |
* | | | | | ip_tunnel: embed hash list head | stephen hemminger | 2013-08-07 | 1 | -2/+2 |
* | | | | | sctp: Pack dst_cookie into 1st cacheline hole for 64bit host | fan.du | 2013-08-05 | 1 | -1/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-03 | 6 | -9/+14 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 2013-08-01 | 2 | -4/+4 |
| * | | | | net: fix a compile error when CONFIG_NET_LL_RX_POLL is not set | Cong Wang | 2013-08-01 | 1 | -0/+5 |
| * | | | | ipv6: prevent fib6_run_gc() contention | Michal Kubeček | 2013-08-01 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-08-01 | 2 | -3/+3 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD | Samuel Ortiz | 2013-07-31 | 2 | -3/+3 |
| | |/ / |
|
| * | | | ndisc: Add missing inline to ndisc_addr_option_pad | Joe Perches | 2013-07-31 | 1 | -1/+1 |
| |/ / |
|
* | | | fib_rules: reorder struct fib_rules fields | Eric Dumazet | 2013-08-03 | 1 | -5/+7 |
* | | | fib_rules: fix suppressor names and default values | Stefan Tomanek | 2013-08-03 | 1 | -2/+2 |
* | | | fib_rules: add route suppression based on ifgroup | Stefan Tomanek | 2013-08-02 | 1 | -0/+2 |
* | | | sctp: Don't lookup dst if transport dst is still valid | fan.du | 2013-08-02 | 2 | -1/+2 |