Age | Commit message (Expand) | Author | Files | Lines |
2012-03-23 | bonding: remove entries for master_ip and vlan_ip and query devices instead | Andy Gospodarek | 1 | -0/+1 |
2012-03-23 | netfilter: remove forward module param confusion. | Rusty Russell | 2 | -14/+4 |
2012-03-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2012-03-23 | netfilter: nf_conntrack: permanently attach timeout policy to conntrack | Pablo Neira Ayuso | 1 | -17/+22 |
2012-03-23 | netfilter: xt_CT: fix assignation of the generic protocol tracker | Pablo Neira Ayuso | 1 | -1/+8 |
2012-03-23 | netfilter: xt_CT: missing rcu_read_lock section in timeout assignment | Pablo Neira Ayuso | 1 | -6/+12 |
2012-03-23 | netfilter: cttimeout: fix dependency with l4protocol conntrack module | Pablo Neira Ayuso | 3 | -24/+48 |
2012-03-23 | xfrm: Access the replay notify functions via the registered callbacks | Steffen Klassert | 1 | -3/+3 |
2012-03-23 | xfrm: Remove unused xfrm_state from xfrm_state_check_space | Steffen Klassert | 1 | -2/+2 |
2012-03-23 | RDS: use gfp flags from caller in conn_alloc() | Dan Carpenter | 3 | -3/+3 |
2012-03-23 | netlabel: use GFP flags from caller instead of GFP_ATOMIC | Dan Carpenter | 1 | -1/+1 |
2012-03-22 | libceph: isolate kmap() call in write_partial_msg_pages() | Alex Elder | 1 | -11/+2 |
2012-03-22 | libceph: rename "page_shift" variable to something sensible | Alex Elder | 1 | -5/+6 |
2012-03-22 | libceph: get rid of zero_page_address | Alex Elder | 1 | -9/+2 |
2012-03-22 | libceph: only call kernel_sendpage() via helper | Alex Elder | 1 | -6/+2 |
2012-03-22 | libceph: use kernel_sendpage() for sending zeroes | Alex Elder | 1 | -5/+15 |
2012-03-22 | libceph: fix inverted crc option logic | Alex Elder | 1 | -10/+10 |
2012-03-22 | libceph: some simple changes | Alex Elder | 1 | -4/+9 |
2012-03-22 | libceph: small refactor in write_partial_kvec() | Alex Elder | 1 | -11/+12 |
2012-03-22 | libceph: do crc calculations outside loop | Alex Elder | 1 | -14/+12 |
2012-03-22 | libceph: separate CRC calculation from byte swapping | Alex Elder | 1 | -14/+17 |
2012-03-22 | libceph: use "do" in CRC-related Boolean variables | Alex Elder | 1 | -20/+20 |
2012-03-22 | ceph: ensure Boolean options support both senses | Alex Elder | 1 | -0/+10 |
2012-03-22 | libceph: a few small changes | Alex Elder | 1 | -14/+18 |
2012-03-22 | libceph: make ceph_tcp_connect() return int | Alex Elder | 1 | -8/+6 |
2012-03-22 | libceph: encapsulate some messenger cleanup code | Alex Elder | 1 | -18/+20 |
2012-03-22 | libceph: make ceph_msgr_wq private | Alex Elder | 1 | -1/+1 |
2012-03-22 | libceph: encapsulate connection kvec operations | Alex Elder | 1 | -61/+56 |
2012-03-22 | libceph: move prepare_write_banner() | Alex Elder | 1 | -3/+4 |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder | 1 | -8/+8 |
2012-03-22 | ceph: eliminate some abusive casts | Alex Elder | 1 | -4/+4 |
2012-03-22 | ceph: eliminate some needless casts | Alex Elder | 1 | -11/+10 |
2012-03-22 | ceph: kill addr_str_lock spinlock; use atomic instead | Alex Elder | 1 | -11/+10 |
2012-03-22 | ceph: make use of "else" where appropriate | Alex Elder | 1 | -7/+4 |
2012-03-22 | ceph: use a shared zero page rather than one per messenger | Alex Elder | 1 | -14/+29 |
2012-03-22 | libceph: fix overflow check in crush_decode() | Xi Wang | 1 | -1/+2 |
2012-03-22 | net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke... | Jim Schutt | 1 | -6/+12 |
2012-03-22 | netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6 | Pablo Neira Ayuso | 1 | -6/+6 |
2012-03-22 | l2tp: enable automatic module loading for l2tp_ppp | Benjamin LaHaise | 1 | -0/+1 |
2012-03-22 | net: fix napi_reuse_skb() skb reserve | Eric Dumazet | 1 | -1/+2 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -28/+19 |
2012-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+1 |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 12 | -41/+36 |
2012-03-21 | xprtrdma: Remove assumption that each segment is <= PAGE_SIZE | Tom Tucker | 1 | -5/+12 |
2012-03-21 | xprtrdma: The transport should not bug-check when a dup reply is received | Tom Tucker | 1 | -2/+7 |
2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust | 1 | -14/+13 |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 273 | -8740/+13374 |
2012-03-21 | switch touch_atime to struct path | Al Viro | 1 | -2/+2 |
2012-03-21 | switch unix_sock to struct path | Al Viro | 2 | -21/+16 |