| Commit message (Expand) | Author | Age | Files | Lines |
* | packet: fix broken build. | Rami Rosen | 2012-08-23 | 1 | -1/+1 |
* | packet: Protect packet sk list with mutex (v2) | Pavel Emelyanov | 2012-08-22 | 1 | -1/+1 |
* | Merge git://1984.lsi.us.es/nf-next | David S. Miller | 2012-08-22 | 1 | -3/+13 |
|\ |
|
| * | ipvs: add pmtu_disc option to disable IP DF for TUN packets | Julian Anastasov | 2012-08-10 | 1 | -0/+11 |
| * | ipvs: generalize app registration in netns | Julian Anastasov | 2012-08-10 | 1 | -3/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 | 9 | -15/+16 |
|\ \ |
|
| * | | af_netlink: force credentials passing [CVE-2012-3520] | Eric Dumazet | 2012-08-21 | 1 | -1/+3 |
| * | | net: ipv6: fix oops in inet_putpeer() | Patrick McHardy | 2012-08-20 | 1 | -0/+2 |
| * | | llc2: Fix silent failure of llc_station_init() | Ben Hutchings | 2012-08-14 | 1 | -1/+1 |
| * | | codel: refine one condition to avoid a nul rec_inv_sqrt | Eric Dumazet | 2012-08-10 | 1 | -2/+6 |
| * | | ipv4: fix ip_send_skb() | Eric Dumazet | 2012-08-10 | 1 | -1/+1 |
| * | | net: tcp: ipv6_mapped needs sk_rx_dst_set method | Eric Dumazet | 2012-08-09 | 1 | -0/+1 |
| * | | net: force dst_default_metrics to const section | Eric Dumazet | 2012-08-08 | 1 | -1/+1 |
| * | | net: ipv6: fix TCP early demux | Eric Dumazet | 2012-08-06 | 2 | -9/+1 |
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-08-15 | 5 | -34/+34 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-08-15 | 5 | -34/+34 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2012-08-10 | 5 | -34/+34 |
| | |\ \ \ |
|
| | | * | | | Bluetooth: Fix hci_le_conn_complete_evt | Andre Guedes | 2012-08-06 | 1 | -0/+2 |
| | | * | | | Bluetooth: /proc/net/ entries for bluetooth protocols | Masatake YAMATO | 2012-08-06 | 1 | -0/+10 |
| | | * | | | Bluetooth: Free the l2cap channel list only when refcount is zero | Jaganath Kanakkassery | 2012-08-06 | 1 | -1/+0 |
| | | * | | | Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c | Jaganath Kanakkassery | 2012-08-06 | 1 | -14/+2 |
| | | * | | | Bluetooth: Make connect / disconnect cfm functions return void | Andrei Emeltchenko | 2012-08-06 | 1 | -4/+4 |
| | | * | | | Bluetooth: Define AMP controller statuses | Andrei Emeltchenko | 2012-08-06 | 1 | -0/+9 |
| | | * | | | Bluetooth: trivial: Fix mixing spaces and tabs in smp | Andrei Emeltchenko | 2012-08-06 | 1 | -4/+4 |
| | | * | | | Bluetooth: debug: Fix printing refcnt for hci_conn | Andrei Emeltchenko | 2012-08-06 | 1 | -4/+2 |
| | | * | | | Bluetooth: mgmt: Managing only BR/EDR HCI controllers | Andrei Emeltchenko | 2012-08-06 | 1 | -1/+1 |
| | | * | | | Bluetooth: Remove missing code | Andre Guedes | 2012-08-06 | 1 | -6/+0 |
| | | | |/
| | | |/| |
|
* | | / | | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire | Fan Du | 2012-08-15 | 1 | -1/+1 |
|/ / / / |
|
* | | | | sctp: fix a compile error in sctp.h | Cong Wang | 2012-08-15 | 1 | -2/+2 |
* | | | | sctp: Make sysctl tunables per net | Eric W. Biederman | 2012-08-14 | 2 | -116/+90 |
* | | | | sctp: Push struct net down into sctp_verify_ext_param | Eric W. Biederman | 2012-08-14 | 1 | -3/+3 |
* | | | | sctp: Push struct net down into all of the state machine functions | Eric W. Biederman | 2012-08-14 | 1 | -1/+2 |
* | | | | sctp: Push struct net down into sctp_in_scope | Eric W. Biederman | 2012-08-14 | 1 | -1/+1 |
* | | | | sctp: Push struct net down into sctp_transport_init | Eric W. Biederman | 2012-08-14 | 1 | -1/+1 |
* | | | | sctp: Push struct net down to sctp_chunk_event_lookup | Eric W. Biederman | 2012-08-14 | 2 | -8/+9 |
* | | | | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 2012-08-14 | 2 | -1/+9 |
* | | | | sctp: Make the mib per network namespace | Eric W. Biederman | 2012-08-14 | 2 | -5/+7 |
* | | | | sctp: Make the proc files per network namespace. | Eric W. Biederman | 2012-08-14 | 2 | -13/+17 |
* | | | | sctp: Make the ctl_sock per network namespace | Eric W. Biederman | 2012-08-14 | 2 | -1/+8 |
* | | | | sctp: Make the address lists per network namespace | Eric W. Biederman | 2012-08-14 | 4 | -23/+28 |
* | | | | sctp: Make the association hashtable handle multiple network namespaces | Eric W. Biederman | 2012-08-14 | 2 | -4/+5 |
* | | | | sctp: Make the endpoint hashtable handle multiple network namespaces | Eric W. Biederman | 2012-08-14 | 2 | -3/+3 |
* | | | | sctp: Make the port hash table use struct net in it's key. | Eric W. Biederman | 2012-08-14 | 2 | -2/+3 |
* | | | | gre: Support GRE over IPv6 | xeb@mail.ru | 2012-08-14 | 2 | -2/+40 |
* | | | | net: Loopback ifindex is constant now | Pavel Emelyanov | 2012-08-09 | 1 | -0/+7 |
* | | | | net: Make ifindex generation per-net namespace | Pavel Emelyanov | 2012-08-09 | 1 | -0/+1 |
* | | | | net: Dont use ifindices in hash fns | Pavel Emelyanov | 2012-08-09 | 2 | -2/+4 |
* | | | | net: output path optimizations | Eric Dumazet | 2012-08-07 | 2 | -8/+16 |
* | | | | net: avoid reloads in SNMP_UPD_PO_STATS | Eric Dumazet | 2012-08-06 | 1 | -4/+6 |
* | | | | netlink: add signed types | Jiri Pirko | 2012-08-03 | 1 | -0/+98 |
| |_|/
|/| | |
|